html,
body {
	min-width: 1024px;
	font-size: 16px;
}

.index .text-spacing {
	letter-spacing: 3px;
}

.index .pageSwiper {
	min-width: 1024px;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* //整体右侧点点 */
/* //整体右侧点点 */
/* //整体右侧点点 */
.index .allpage-pagination {
	position: absolute;
	z-index: 20;
	right: 30px;
	bottom: 30%;
	text-align: center;
}

.index .allpage-pagination .swiper-pagination-switch {
	display: block;
	width: 5px;
	height: 25px;
	/* border-radius: 12px; */
	/* background: #555; */
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	margin: 18px 0;
	opacity: 0.5;
	/* border: 1px solid #fff; */
	cursor: pointer;
}

.index .allpage-pagination .swiper-active-switch {
	background: #51beff;
	height: 35px;
	width: 7px;
	border: 0;
}

.index .allpage-icon {
	position: absolute;
	width: 30px;
	z-index: 20;
	bottom: 0px;
	text-align: center;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
}

.index .allpage-icon img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	top: -3vh;
	animation: heart 1.3s ease-in-out 0.1s infinite alternate;
}

/*鼠标移动效果*/
@keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

@-moz-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

@-webkit-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

@-o-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

/* //欢迎来到维高 */
/* //欢迎来到维高 */
/* //欢迎来到维高 */
.index .swiper-slide-1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.index .swiper-slide-1 .page1Swiper {
	width: 100%;
	height: 100%;
}

.index .page1Swiper .page1SwiperItem {
	width: 100%;
	height: 100%;
	position: relative;
}

.index .page1Swiper .home-video {
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	object-fit: fill;
	/*这里是关键*/
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.index .page1Swiper .controls {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.0);
	height: 100%;
}

.index .page1Swiper .page1SwiperPic1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	-ms-behavior: url(/public/index/css/backgroundsize.min.htc);
	behavior: url(/public/index/css/backgroundsize.min.htc);
}

.index .page1Swiper .secondSwiper {
	width: 70%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 20%;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index .page1Swiper .welcomeText {
	font-size: 52px;
	letter-spacing: 5px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 112px;
}

.index .page1Swiper .welcomeDesc {
	color: #E3E3E3;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 3px;

}

.index .page1Swiper .learnMoreBtn {
	margin-top: 3%;
	background-color: #ff0038;
	color: #FFFFFF;
	padding: 0 3%;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	border: 0;

	/* animation: sport 1s ease; */
}

.index .page1Swiper .learnMoreBtn:hover {
	background-color: #FFFFFF;
	color: #064393;
	transition: all 0.6s;
	cursor: pointer;
}

.index .page1Swiper .learnMoreBtn a {
	color: #fff;
	text-decoration: none;
}

.index .page1Swiper .learnMoreBtn:hover a {

	color: #064393;

}

/* //首页底部小点点 */
.index .page1Swiper .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.index .page1Swiper .swiper-pagination-switch {
	display: inline-block;
	width: 25px;
	height: 5px;
	/* border-radius: 8px; */
	background:#999;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	opacity: 0.5;
	/* border: 1px solid #fff; */
	cursor: pointer;
}

.index .page1Swiper .swiper-active-switch {
	background: #51beff;
	width: 35px;
	height: 7px;
}


/* 研发实力 */
/* 研发实力 */
/* 研发实力 */
.index .swiper-slide-2 {
	color: #000000;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.index .RDpage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 70%;
	height: 60%;
	background-image: url(../img/yanfa-bgc.png);
	background-repeat: no-repeat;
	background-position: 0% 10%;
	background-size: contain;

	/*IE8 图片透明不可用filter*/
	/* -ms-behavior: url(/public/index/css/backgroundsize.min.htc); */
	/* behavior: url(/public/index/css/backgroundsize.min.htc); */
}

.index .RDpage-box {
	position: relative;
	height: 15%;
}


/* //线 */
.index .RDpage-tit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	text-align: right;
}

.index .RDpage-tit-txt {
	font-size: 28px;
	font-weight: 600;
}

.index .RDpage-line {
	position: absolute;
	right: 0;
	width: 25%;
	height: 3px;
	border-left: 25px solid #ff0038;
	background: #064393;
	margin-top: 10px;
}

.index .RDpage-tit-pru {
	font-size: 16px;
	color: #b5b5b5;
	margin-top: 23px;
}

/* //线结尾 */
.index .RDpage-banner {
	height: 85%;
	margin-top: 5%;
	position: relative;
}

.index .active {
	color: #074493;
	font-weight: 700;
	list-style: circle;
}

.index .RDpage-banner-list {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25%;
	height: 100%;
}

.index .list-unstyledd {
	list-style: none;
	padding-left: 5px;
	position: absolute;
	top: 70px;
	border-left: 2px solid #074493;
}

.list-unstyledd li {
	text-decoration: none;
	font-size: 20px;
	color: #9a9a9a;
	cursor: pointer;
	line-height: 52px;
	padding-left: 10px
}

.list-unstyledd .active>li {
	color: #074493;
}


.list-unstyledd li:hover {
	color: #074493;
}

.list-unstyledd .active::marker {
	color: red;
	content: "|";
	font-weight: bold;
}

.index .RDpage-banner-swiper {
	position: absolute;
	right: 0;
	width: 75%;
	height: 100%;
	padding: 10px 0 10px 15px;
	overflow: hidden;
}

.index .RDpage-roundabout_box {
	height: 100%;
	width: 100%;
}

.index .movable-box {
	width: 90%;
	height: 95%;
	transform: translateX(-5%);
	/* border: 1px solid red!important; */
}

.index .movable-box .left {
	width: 40%;
	height: 100%;
	float: left;
}

.index .movable-box .left-box {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
}

.movable-box .title {
	font-weight: bold;
	font-size: 20px;
}

.index .movable-box .right {
	width: 60%;
	height: 100%;
	float: right;
	overflow: hidden;
}

.index .movable-box .content {
	font-size: 16px;
	margin-top: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	color: gray;
}

.index .yanfaBtn {
	margin-top: 8%;
	color: #FFFFFF;
	padding: 0 10%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	border: 0;
	border: 2px solid #064393;
	background-color: #064393;
}

.index .yanfaBtn a {
	color: #fff;
	text-decoration: none
}

.index .yanfaBtn:hover {
	background-color: #FFFFFF;
	color: #064393;
	transition: all 0.6s;
}

.index .yanfaBtn:hover a {

	color: #064393;
	transition: all 0.6s;
}

.index .movable-box .box-img {
	width: 100%;
	height: 100%;
}

.index .movable-box .newsimg {
	transition: all 1s;
}

.index .movable-box .newsimg:hover {
	transform: scale(1.2);
}

.index .RDpage-roundabout_box .roundabout-in-focus {
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 5px 0px 15px #787878;
	-moz-box-shadow: 5px 0px 15px #787878;
	box-shadow: 5px 0px 15px #787878;
	/*关键属性设置 需要把路径设置好*/
	behavior: url(/public/index/css/PIE.htc);
}

.index .RDpage-roundabout_box .hidelastli {
	opacity: 0 !important;
	background-color: #FFFFFF;
	transition: all 1s;
}


/* 智能制造 */
/* 智能制造 */
/* 智能制造 */
.index .swiper-slide-3 {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/* //左边背景 */
.index .intelligence {
	position: absolute;
	bottom: 0;
	width: 84%;
	transition: all 0.5s;
	z-index: 1;
	left: -10%;
	top: -4%;
}

.index .intelligence-bgc {
	background-image: url(../img/intelligence-left.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	-ms-behavior: url(/public/index/css/backgroundsize.min.htc);
	behavior: url(/public/index/css/backgroundsize.min.htc);
}

/* .index .intelligence:hover {
	z-index: 2;
	width: 40%;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;
} */

/* //右边背景 */
.index .intelligence-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 64%;

	/*	transform: rotate(22deg) scale(2);*/
	transition: all 1s;
	/*	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;*/
	z-index: 0;
	right: -5%;
}

.index .intelligence-right-bgc {
	background-image: url(../img/intelligence.png);
	background-position: right;
	background-size: cover;
	width: 100%;
	height: 100%;

	/*IE8 图片透明不可用filter*/
	-ms-behavior: url(/public/index/css/backgroundsize.min.htc);
	behavior: url(/public/index/css/backgroundsize.min.htc);
}

.index .intelligence-right:hover {
	right: 0%;
	transition: all 0.5s;
	/*	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;*/
}

.out {
	opacity: 1 !important
}

.in {
	opacity: 0 !important
}

.zwidth {
	left: -15% !important;
}

.zindex {
	z-index: 2 !important
}

/* .intelligence-box-leftcon:hover+.intelligence-right{
	width: 35%;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;
} */

/* //内容 */
.index .intelligence-box {
	z-index: 2;
	position: absolute;
	top: 20%;
	bottom: 0;
	right: 0;
	left: 12%;
	width: 38%;
	height: 60%;
}

/* //左边内容 */
.index .intelligence-box-leftcon {
	width: 100%;

}

.index .intelligence-tit {
	height: 18%;
	font-size: 16px;
	text-align: left;
}

.index .intelligence-tit-txt {
	font-size: 28px;
	font-weight: 600;
}

.index .intelligence-line {
	width: 70px;
	height: 3px;
	border-left: 25px solid #ff0038;
	background: #064393;
	margin-top: 10px;
}

.index .intelligence-tit-pru {
	font-size: 16px;
	margin-top: 12px;
}

.index .intelligence-desc {
	/*	margin-top: 13%;*/
	opacity: 1;
	transition: all 1s;
}

.index .intelligence-desc-tit {
	font-weight: 600;
	font-size: 24px;
	margin-top: 10%;
}

.index .intelligence-desc-text {
	font-size: 16px;
	margin-top: 2%;
	line-height: 28px;
}

.index .intelligence-right-desc-tit {
	font-size: 24px;
}

.index .intelligence-right-desc {
	width: 45%;
	margin: auto;
	position: relative;
	top: 60%;
	transition: all 1s;
	opacity: 0;
	left: 10%;
}

.index .intelligence-leftbtn {
	background-color: #ff0038;
	color: #FFFFFF;
	padding: 0 8%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 6%;
	border: 0;
	cursor: pointer;
}


.index .intelligence-rightbtn {
	background-color: #ff0038;
	color: #FFFFFF;
	padding: 0 8%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 6%;
	border: 0;
	cursor: pointer;
	float: right;
}

.index .intelligence-rightbtn a,
.index .intelligence-leftbtn a {
	color: #fff;
	text-decoration: none
}

.index .intelligence-leftbtn:hover,
.intelligence-rightbtn:hover {
	background-color: #FFFFFF;
	color: #064393;
	transition: all 0.6s;
}

.index .intelligence-leftbtn:hover a,
.intelligence-rightbtn:hover a {
	color: #064393;
	transition: all 0.6s;
}

/* //产品中心 */
/* //产品中心 */
/* //产品中心 */
.index .swiper-slide-4 {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/p-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	-ms-behavior: url(/public/index/css/backgroundsize.min.htc);
	behavior: url(/public/index/css/backgroundsize.min.htc);
}

.index .product-center {
	width: 70%;
	height: 66%;
	position: absolute;
	left: 0;
	top: -60px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index .product-tit {
	font-size: 16px;
	text-align: left;
}

.index .product-tit-txt {
	font-size: 28px;
	font-weight: 600;
}

.index .product-line {
	width: 70px;
	height: 3px;
	border-left: 25px solid #ff0038;
	background: #064393;
	margin-top: 10px;
}

.index .product-tit-pru {
	font-size: 16px;
	margin-top: 12px;
	color: #b5b5b5;
}

.index .product-tab-btn {
	width: 100%;
	padding: 3% 2%;
	text-align: center;
}

.index .product-tab-btnitem {
	display: inline-block;
	padding: 0 5%;
}

.index .pIcon {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	behavior: url(/public/index/css/PIE.htc);
	background-color: #b5b5b4;
	position: relative;
	margin: 0 auto;
}

.index .pIcon>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index .pIconactive {
	background-color: #064393;
}

.index .pIconactive+div {
	color: #064393;
}

.index .ptext {
	cursor: pointer;
	color: #9a9a9a;
	margin-top: 10px;
}

.index .product_lunbo {
	position: relative;
	height: 80%;
}

.index .exhibition_hall {
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	transition: all 1s;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 1;
}

.index .exhibition_hall-active {
	opacity: 1;
	filter: Alpha(opacity=100);
	z-index: 2;
}

.index .roundabout_box_all {
	width: 70%;
	height: 100%;
	margin: 0 auto;
}

.index .swiper-buttonbox {
	position: absolute;
	width: 100%;
	top: 40%;
}

.index .swiper-button-prev {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -90px;
}

.index .swiper-button-next {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -80px;
}

.index .swiperBtn1,
.index .swiperBtn2 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
	behavior: url(/public/index/css/PIE.htc);
}

.index .exhibition_hall .roundabout-in-focus {
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 5px 0px 15px #787878;
	-moz-box-shadow: 5px 0px 15px #787878;
	/*关键属性设置 需要把路径设置好*/
	behavior: url(/public/index/css/PIE.htc);
}

.exhibition_hall .roundabout-moveable-item .rbdiv {
	overflow: hidden;
	width: 100%
}

.exhibition_hall .roundabout-moveable-item .rbdivtit {
	color: #064393;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.exhibition_hall .roundabout-moveable-item img {
	/* 	height: 100%; */
	width: 100%;
	transition: all 1s;
}

.exhibition_hall .roundabout-moveable-item:hover img {
	transform: scale(1.2);
}

/* 关于维高 */
/* 关于维高 */
/* 关于维高 */
.index .swiper-slide-about-vg {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/about-weigao-bgc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	-ms-behavior: url(/public/index/css/backgroundsize.min.htc);
	behavior: url(/public/index/css/backgroundsize.min.htc); 
}

.index .textPart {
	width: 55%;
	margin: auto;
	padding: 3% 5% 4% 5%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px #888888;
	/*关键属性设置 需要把路径设置好*/
	behavior: url(/public/index/css/PIE.htc);
	position: absolute;
	top: 18%;
	left: 30%;
}

.index .aboutTitle {
	font-size: 28px;
	color: #074493;
	font-weight: bold;
}

.index .aboutDesc {
	margin-top: 2%;
	font-size: 17px;
	line-height: 35px;
	color: #777;

}

.index .aboutTab {
	width: 100%;
	padding: 4% 0;
}

/* //动画 */
.index .aboutItem {
	width: 33.3%;
	float: left;
	text-align: left;
	transition: all 1s;
	transform: translateX(30px);
	opacity: 0.1;
}

.index .dhtextBlue {
	transform: translateX(0px);
	opacity: 1;
}

.index .aboutItem1 {
	text-align: left;
}

.index .aboutItem2 {
	text-align: center;
}

.index .aboutItem3 {
	text-align: right;
}

.index .textBlue {
	color: #074493;
	font-weight: bold;
	font-size: 30px;
}

.index .subText {
	font-size: 17px;
}

.index .textGray {
	color: gray;
}

.index .aboutBtn {
	width: 100%;
	margin-top: 3%;
	cursor: pointer;
	position: relative;
}

.index .aboutDetails {
	width: 20%;
	padding: 5px 0;
	background-color: #4e82ea;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
}

.index .aboutRight {
	position: absolute;
	padding: 5px 0;
	display: inline-block;
	left: 20%;
	background-color: #074493;
	text-align: center;
}

.index .aboutRight .img {
	vertical-align: middle;
	width: 60%;
	height: 60%;
}

/* <!-- 新闻资讯 --> */
/* <!-- 新闻资讯 --> */
/* <!-- 新闻资讯 --> */
.index .swiper-slide-news {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.index .newsSwiper {
	width: 70%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 10%;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index .topLead {
	width: 100%;
	height: 10%;
	position: relative;
}

.index .topLead .left {
	position: absolute;
	top: 0;
	left: 0;
}

.index .topTitle {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

.index .topLead .viewMore {
	color: #8C8C8C;
	position: absolute;
	top: 30px;
	right: 5px;
	cursor: pointer;
}

.index .newsCard {
	width: 100%;
	margin-top: 1.3%;
}

.index .menu1 {
	display: table-cell;
	text-align: left;
	padding: 1%;
	padding-left: 0;
	width: 33.33%;
	position: absolute;
}

.index .menu2 {
	display: table-cell;
	text-align: center;
	padding: 0.5%;
}

.index .menu3 {
	display: table-cell;
	text-align: right;
	padding: 1%;
	padding-right: 0;
}

.cardTab {
	display: inline-block;
	position: absolute;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	width: 100%;
}

.index .cardTab:after {
	content: "";
	width: 0;
	height: 5px;
	background: #074493;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all .5s;
}

.index .cardTab:hover:after {
	left: 0%;
	width: 100%;
}

.index .cardTab:hover {
	background-size: 100% 2px;
	box-shadow: 0px 0px 20px #a6a6a6;
	behavior: url(/public/index/css/PIE.htc);
}

.index .cardImgSty {
	overflow: hidden;
}

.index .cardImgSty>img {
	width: 100%;
	transition: all 1s;
}

.index .cardImgSty>img:hover {
	transform: scale(1.2);
}

.contSty {
	padding: 0 0 10px;
}

.index .contTitle {
	color: #000000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: nowrap\0;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;
	margin: 10px;
	text-align: left;
}

.index .contDesc {
	font-size: 16px;
	color: #8C8C8C;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: nowrap\0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 30px;
	padding: 0 10px;
	text-align: left;
}



/* //主页轮播图公用 */
/**********roundabout**********/
.index .roundabout-holder {
	list-style: none;
	width: 100%;
	height: 100%;
}

.index .roundabout-moveable-item {
	cursor: pointer;
	background: #FFFFFF;
	overflow: hidden;
}

/* //动画效果 */
/* //动画效果 */
/* //动画效果 */
.gjswiper>.swiper-slide {
	opacity: 0.1;
	transition: opacity 1s;
}

.gjswiper>.swiperactive {
	opacity: 1;
}

.index .gp_tit-line-txt {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
